home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / C-H / Discipline2.0.2.sit / Discipline 2.0.2 / Lenient / Discipline Startup next >
Text File  |  1991-12-10  |  27KB  |  1,986 lines

  1.  
  2. B ADBOp
  3.     I AddressTst
  4.         P testee, S P data
  5.     I AddressTst
  6.         P testee, S P compRout
  7.     I AddressTst
  8.         P testee, S P buffer
  9.  
  10. B GetADBInfo
  11.     I AddressTst
  12.         P testee, S P info
  13.  
  14. B SetADBInfo
  15.     I AddressTst
  16.         P testee, S P info
  17.  
  18. B GetIndADB
  19.     I AddressTst
  20.         P testee, S P info
  21.  
  22. B NumToString
  23.     I AddressTst
  24.         P testee, S P theString
  25.  
  26. B StringToNum
  27.     I AddressTst
  28.         P testee, S P theString
  29.  
  30. B NewControl
  31.     I WindowPtrTst
  32.         P testee, S P theWindow
  33.     I RectTest
  34.         P testee, S P boundsRect
  35.     I rangeWordSigned
  36.         P lowerBound, S P min
  37.         P testee, S P value
  38.         P upperBound, S P max
  39.  
  40. A NewControl
  41.     I HandleTest
  42.         P testee, S P returnValue
  43.  
  44. B GetNewControl
  45.     I WindowPtrTst
  46.         P testee, S P owner
  47.  
  48. A GetNewControl
  49.     I HandleTest
  50.         P testee, S P returnValue
  51.  
  52. B DisposeControl
  53.     I HandleTestNilOK
  54.         P testee, S P theControl
  55.  
  56. B KillControls
  57.     I WindowPtrTst
  58.         P testee, S P theWindow
  59.  
  60. B SetCTitle
  61.     I ControlHndTst
  62.         P testee, S P theControl
  63.     I AddressTst
  64.         P testee, S P title
  65.  
  66. B GetCTitle
  67.     I ControlHndTst
  68.         P testee, S P theControl
  69.  
  70. B HideControl
  71.     I ControlHndTst
  72.         P testee, S P theControl
  73.  
  74. B ShowControl
  75.     I ControlHndTst
  76.         P testee, S P theControl
  77.  
  78. B DrawControls
  79.     I WindowPtrTst
  80.         P testee, S P theWindow
  81.  
  82. B Draw1Control
  83.     I ControlHndTst
  84.         P testee, S P theControl
  85.  
  86. B HiliteControl
  87.     I ControlHndTst
  88.         P testee, S P theControl
  89.  
  90. B UpdtControl
  91.     I WindowPtrTst
  92.         P testee, S P theWindow
  93.     I RgnHndTst
  94.         P testee, S P updateRgn
  95.  
  96. B TestControl
  97.     I ControlHndTst
  98.         P testee, S P theControl
  99.  
  100. B FindControl
  101.     I WindowPtrTst
  102.         P testee, S P theWindow
  103.  
  104. B TrackControl
  105.     I ControlHndTst
  106.         P testee, S P theControl
  107.  
  108. B MoveControl
  109.     I ControlHndTst
  110.         P testee, S P theControl
  111.  
  112. B DragControl
  113.     I ControlHndTst
  114.         P testee, S P theControl
  115.     I RectTest
  116.         P testee, S P limitRect
  117.     I RectTest
  118.         P testee, S P slopRect
  119.  
  120. B SizeControl
  121.     I ControlHndTst
  122.         P testee, S P theControl
  123.  
  124. B SetCtlValue
  125.     I ControlHndTst
  126.         P testee, S P theControl
  127.  
  128. B GetCtlValue
  129.     I ControlHndTst
  130.         P testee, S P theControl
  131.  
  132. B SetCtlMin
  133.     I ControlHndTst
  134.         P testee, S P theControl
  135.  
  136. B GetCtlMin
  137.     I ControlHndTst
  138.         P testee, S P theControl
  139.  
  140. B SetCtlMax
  141.     I ControlHndTst
  142.         P testee, S P theControl
  143.  
  144. B GetCtlMax
  145.     I ControlHndTst
  146.         P testee, S P theControl
  147.  
  148. B SetCRefCon
  149.     I ControlHndTst
  150.         P testee, S P theControl
  151.  
  152. B GetCRefCon
  153.     I ControlHndTst
  154.         P testee, S P theControl
  155.  
  156. B SetCtlAction
  157.     I ControlHndTst
  158.         P testee, S P theControl
  159.  
  160. B GetCtlAction
  161.     I ControlHndTst
  162.         P testee, S P theControl
  163.  
  164. B SetCtlColor
  165.     I ControlHndTst
  166.         P testee, S P theControl
  167.  
  168. B GetCVariant
  169.     I ControlHndTst
  170.         P testee, S P theControl
  171.  
  172. B OpenDeskAcc
  173.     I AddressTst
  174.         P testee, S P theAcc
  175.  
  176. B SystemClick
  177.     I WindowPtrTst
  178.         P testee, S P theWindow
  179.     I AddressTst
  180.         P testee, S P theEvent
  181.  
  182. B NewDialog
  183.     I RectTest
  184.         P testee, S P boundsRect
  185.     I HandleTest
  186.         P testee, S P itmLstHndl
  187.  
  188. B CloseDialog
  189.     I DlogPtrTst
  190.         P testee, S P theDialog
  191.  
  192. B DisposDialog
  193.     I DlogPtrTst
  194.         P testee, S P theDialog
  195.  
  196. B DrawDialog
  197.     I DlogPtrTst
  198.         P testee, S P theDialog
  199.  
  200. B UpdtDialog
  201.     I DlogPtrTst
  202.         P testee, S P theDialog
  203.     I RgnHndTst
  204.         P testee, S P updateRgn
  205.  
  206. B SetDItem
  207.     I DlogPtrTst
  208.         P testee, S P theDialog
  209.     I itemHandleTest
  210.         P testee, S P item
  211.         P type, S P itemType
  212.     I RectTest
  213.         P testee, S P box
  214.  
  215. B HideDItem
  216.     I DlogPtrTst
  217.         P testee, S P theDialog
  218.  
  219. B ShowDItem
  220.     I DlogPtrTst
  221.         P testee, S P theDialog
  222.  
  223. B FindDItem
  224.     I DlogPtrTst
  225.         P testee, S P theDialog
  226.  
  227. B GetIText
  228.     I HandleTest
  229.         P testee, S P item
  230.  
  231. B SetIText
  232.     I HandleTest
  233.         P testee, S P item
  234.  
  235. B SelIText
  236.     I DlogPtrTst
  237.         P testee, S P theDialog
  238.  
  239. B NewCDialog
  240.     I RectTest
  241.         P testee, S P boundsRect
  242.  
  243. A NewCDialog
  244.     I DlogPtrTst
  245.         P testee, S P returnValue
  246.  
  247. B GetFontName
  248.     I AddressTst
  249.         P testee, S P theName
  250.  
  251. B FMSwapFont
  252.     I AddressTst
  253.         P testee, S P inRec
  254.  
  255. A FMSwapFont
  256.     I AddressTst
  257.         P testee, S P returnValue
  258.  
  259. B FontMetrics
  260.     I AddressTst
  261.         P testee, S P theMetrics
  262.  
  263. B GetFNum
  264.     I AddressTst
  265.         P testee, S P theName
  266.  
  267. A IUGetIntl
  268.     I HandleTest
  269.         P testee, S P returnValue
  270.  
  271. B IUSetIntl
  272.     I HandleTest
  273.         P testee, S P intlParam
  274.  
  275. B IUMagString
  276.     I AddressTst
  277.         P testee, S P aPtr
  278.     I AddressTst
  279.         P testee, S P bPtr
  280.  
  281. B IUMagIDString
  282.     I AddressTst
  283.         P testee, S P aPtr
  284.     I AddressTst
  285.         P testee, S P bPtr
  286.  
  287. B IUDatePString
  288.     I HandleTest
  289.         P testee, S P intlParam
  290.  
  291. B IUTimePString
  292.     I HandleTest
  293.         P testee, S P intlParam
  294.  
  295. B LActivate
  296.     I HandleTest
  297.         P testee, S P lHandle
  298.  
  299. B LAddColumn
  300.     I HandleTest
  301.         P testee, S P lHandle
  302.  
  303. B LAddRow
  304.     I HandleTest
  305.         P testee, S P lHandle
  306.  
  307. B LAddToCell
  308.     I AddressTst
  309.         P testee, S P dataPtr
  310.     I HandleTest
  311.         P testee, S P lHandle
  312.  
  313. B LAutoScroll
  314.     I HandleTest
  315.         P testee, S P lHandle
  316.  
  317. B LCellSize
  318.     I HandleTest
  319.         P testee, S P lHandle
  320.  
  321. B LClick
  322.     I HandleTest
  323.         P testee, S P lHandle
  324.  
  325. B LClrCell
  326.     I HandleTest
  327.         P testee, S P lHandle
  328.  
  329. B LDelColumn
  330.     I HandleTest
  331.         P testee, S P lHandle
  332.  
  333. B LDelRow
  334.     I HandleTest
  335.         P testee, S P lHandle
  336.  
  337. B LDispose
  338.     I HandleTest
  339.         P testee, S P lHandle
  340.  
  341. B LDoDraw
  342.     I HandleTest
  343.         P testee, S P lHandle
  344.  
  345. B LDraw
  346.     I HandleTest
  347.         P testee, S P lHandle
  348.  
  349. B LFind
  350.     I HandleTest
  351.         P testee, S P lHandle
  352.  
  353. B LGetCell
  354.     I AddressTst
  355.         P testee, S P dataPtr
  356.     I AddressTst
  357.         P testee, S P dataLen
  358.     I HandleTest
  359.         P testee, S P lHandle
  360.  
  361. B LGetSelect
  362.     I HandleTest
  363.         P testee, S P lHandle
  364.  
  365. B LLastClick
  366.     I HandleTest
  367.         P testee, S P lHandle
  368.  
  369. B LNew
  370.     I RectTest
  371.         P testee, S P rView
  372.     I RectTest
  373.         P testee, S P dataBounds
  374.     I WindowPtrTst
  375.         P testee, S P theWindow
  376.  
  377. A LNew
  378.     I HandleTest
  379.         P testee, S P returnValue
  380.  
  381. B LNextCell
  382.     I HandleTest
  383.         P testee, S P lHandle
  384.  
  385. B LRect
  386.     I RectTest
  387.         P testee, S P cellRect
  388.     I HandleTest
  389.         P testee, S P lHandle
  390.  
  391. B LScroll
  392.     I HandleTest
  393.         P testee, S P lHandle
  394.  
  395. B LSearch
  396.     I AddressTst
  397.         P testee, S P dataPtr
  398.     I AddressTst
  399.         P testee, S P searchProc
  400.     I HandleTest
  401.         P testee, S P lHandle
  402.  
  403. B LSetCell
  404.     I AddressTst
  405.         P testee, S P dataPtr
  406.     I HandleTest
  407.         P testee, S P lHandle
  408.  
  409. B LSetSelect
  410.     I HandleTest
  411.         P testee, S P lHandle
  412.  
  413. B LSize
  414.     I HandleTest
  415.         P testee, S P lHandle
  416.  
  417. B LUpdate
  418.     I RgnHndTst
  419.         P testee, S P theRgn
  420.     I HandleTest
  421.         P testee, S P lHandle
  422.  
  423. B SetApplBase
  424.     I AddressTst
  425.         P testee, S B R A0 L
  426.  
  427. B InitZone
  428.     I AddressTst
  429.         P testee, S B R A0 L
  430.  
  431. B SetApplLimit
  432.     I AddressTst
  433.         P testee, S B R A0 L
  434.  
  435. B DisposHandle
  436.     I HandleTestNilOk
  437.         P testee, S B R A0 L
  438.  
  439. B GetHandleSize
  440.     I HandleTestNilOk
  441.         P testee, S B R A0 L
  442.  
  443. B SetHandleSize
  444.     I HandleTest
  445.         P testee, S B R A0 L
  446.  
  447. B HandleZone
  448.     I HandleTest
  449.         P testee, S B R A0 L
  450.  
  451. B ReallocHandle
  452.     I HandleTestNilOk
  453.         P testee, S B R A0 L
  454.  
  455. B DisposPtr
  456.     I PointerTestNilOk
  457.         P testee, S B R A0 L
  458.  
  459. B GetPtrSize
  460.     I PointerTest
  461.         P testee, S B R A0 L
  462.  
  463. B SetPtrSize
  464.     I PointerTest
  465.         P testee, S B R A0 L
  466.  
  467. B PtrZone
  468.     I PointerTest
  469.         P testee, S B R A0 L
  470.  
  471. B EmptyHandle
  472.     I HandleTestNilOk
  473.         P testee, S B R A0 L
  474.  
  475. B HLock
  476.     I HandleTestNilOk
  477.         P testee, S B R A0 L
  478.  
  479. B HUnlock
  480.     I HandleTestNilOk
  481.         P testee, S B R A0 L
  482.  
  483. B HPurge
  484.     I HandleTestNilOk
  485.         P testee, S B R A0 L
  486.  
  487. B HNoPurge
  488.     I HandleTestNilOk
  489.         P testee, S B R A0 L
  490.  
  491. B SetGrowZone
  492.     I AddressTst
  493.         P testee, S B R A0 L
  494.  
  495. B BlockMove
  496.     I AddressTst
  497.         P testee, S B R A0 L
  498.     I AddressTst
  499.         P testee, S B R A1 L
  500.  
  501. B MoveHHi
  502.     I HandleTestNilOk
  503.         P testee, S B R A0 L
  504.  
  505. B HSetRBit
  506.     I HandleTest
  507.         P testee, S B R A0 L
  508.  
  509. B HClrRBit
  510.     I HandleTest
  511.         P testee, S B R A0 L
  512.  
  513. B HGetState
  514.     I HandleTestNilOk
  515.         P testee, S B R A0 L
  516.  
  517. B HSetState
  518.     I HandleTestNilOk
  519.         P testee, S B R A0 L
  520.  
  521. B DisposeMenu
  522.     I MenuHndTst
  523.         P testee, S P theMenu
  524.  
  525. B AppendMenu
  526.     I MenuHndTst
  527.         P testee, S P theMenu
  528.  
  529. B AddResMenu
  530.     I MenuHndTst
  531.         P testee, S P theMenu
  532.  
  533. B InsertMenu
  534.     I MenuHndTst
  535.         P testee, S P theMenu
  536.  
  537. B DelMenuItem
  538.     I MenuHndTst
  539.         P testee, S P theMenu
  540.  
  541. B InsMenuItem
  542.     I MenuHndTst
  543.         P testee, S P theMenu
  544.  
  545. B SetItem
  546.     I MenuHndTst
  547.         P testee, S P theMenu
  548.  
  549. B GetItem
  550.     I MenuHndTst
  551.         P testee, S P theMenu
  552.  
  553. B DisableItem
  554.     I MenuHndTst
  555.         P testee, S P theMenu
  556.  
  557. B EnableItem
  558.     I MenuHndTst
  559.         P testee, S P theMenu
  560.  
  561. B CheckItem
  562.     I MenuHndTst
  563.         P testee, S P theMenu
  564.  
  565. B SetItemMark
  566.     I MenuHndTst
  567.         P testee, S P theMenu
  568.  
  569. B GetItemMark
  570.     I MenuHndTst
  571.         P testee, S P theMenu
  572.  
  573. B GetItemIcon
  574.     I MenuHndTst
  575.         P testee, S P theMenu
  576.  
  577. B SetItemIcon
  578.     I MenuHndTst
  579.         P testee, S P theMenu
  580.  
  581. B GetItemStyle
  582.     I MenuHndTst
  583.         P testee, S P theMenu
  584.  
  585. B SetItemStyle
  586.     I MenuHndTst
  587.         P testee, S P theMenu
  588.  
  589. B CalcMenuSize
  590.     I MenuHndTst
  591.         P testee, S P theMenu
  592.  
  593. B CountMItems
  594.     I MenuHndTst
  595.         P testee, S P theMenu
  596.  
  597. B GetItemCmd
  598.     I MenuHndTst
  599.         P testee, S P theMenu
  600.  
  601. B SetItemCmd
  602.     I MenuHndTst
  603.         P testee, S P theMenu
  604.  
  605. B PopUpMenuSelect
  606.     I MenuHndTst
  607.         P testee, S P theMenu
  608.  
  609. B NMInstall
  610.     I AddressTst
  611.         P testee, S P nmReqPtr
  612.  
  613. B NMRemove
  614.     I AddressTst
  615.         P testee, S P nmReqPtr
  616.  
  617. B NewPalette
  618.     I HandleTestNilOK
  619.         P testee, S P srcColors
  620.  
  621. A NewPalette
  622.     I HandleTest
  623.         P testee, S P returnValue
  624.  
  625. A GetNewPalette
  626.     I HandleTest
  627.         P testee, S P returnValue
  628.  
  629. B DisposePalette
  630.     I HandleTestNilOK
  631.         P testee, S P srcPalette
  632.  
  633. B ActivatePalette
  634.     I WindowPtrTst
  635.         P testee, S P srcWindow
  636.  
  637. B SetPalette
  638.     I WindowPtrTst
  639.         P testee, S P dstWindow
  640.     I HandleTestNilOK
  641.         P testee, S P srcPalette
  642.  
  643. B GetPalette
  644.     I WindowPtrTst
  645.         P testee, S P srcWindow
  646.  
  647. A GetPalette
  648.     I HandleTestNilOK
  649.         P testee, S P returnValue
  650.  
  651. B CopyPalette
  652.     I HandleTestNilOK
  653.         P testee, S P srcPalette
  654.  
  655. B AnimateEntry
  656.     I WindowPtrTst
  657.         P testee, S P dstWindow
  658.  
  659. B AnimatePalette
  660.     I WindowPtrTst
  661.         P testee, S P dstWindow
  662.     I HandleTest
  663.         P testee, S P srcCTab
  664.  
  665. B GetEntryColor
  666.     I HandleTest
  667.         P testee, S P srcPalette
  668.  
  669. B SetEntryColor
  670.     I HandleTest
  671.         P testee, S P dstPalette
  672.  
  673. B GetEntryUsage
  674.     I HandleTest
  675.         P testee, S P srcPalette
  676.  
  677. B SetEntryUsage
  678.     I HandleTest
  679.         P testee, S P dstPalette
  680.  
  681. B CTab2Palette
  682.     I HandleTest
  683.         P testee, S P srcCTab
  684.     I HandleTest
  685.         P testee, S P dstPalette
  686.  
  687. B Palette2CTab
  688.     I HandleTest
  689.         P testee, S P srcPalette
  690.     I HandleTest
  691.         P testee, S P dstCTab
  692.  
  693. B OpenPort
  694.     I AddressTst
  695.         P testee, S P port
  696.  
  697. B InitPort
  698.     I AddressTst
  699.         P testee, S P port
  700.  
  701. B ClosePort
  702.     I GrafPtrTst
  703.         P testee, S P port
  704.  
  705. B SetPort
  706.     I GrafPtrTst
  707.         P testee, S P port
  708.  
  709. B SetPortBits
  710.     I AnyMapTest
  711.         P testee, S P bm
  712.  
  713. B ClipRect
  714.     I rectTest
  715.         P testee, S P r
  716.  
  717. B DrawText
  718.     I AddressTst
  719.         P testee, S P textBuf
  720.  
  721. B TextWidth
  722.     I AddressTst
  723.         P testee, S P textBuf
  724.  
  725. B MeasureText
  726.     I AddressTst
  727.         P testee, S P textAddr
  728.     I AddressTst
  729.         P testee, S P charLocs
  730.  
  731. B PtInRect
  732.     I RectTest
  733.         P testee, S P r
  734.  
  735. B FrameRect
  736.     I RectTest
  737.         P testee, S P r
  738.  
  739. B PaintRect
  740.     I RectTest
  741.         P testee, S P r
  742.  
  743. B EraseRect
  744.     I RectTest
  745.         P testee, S P r
  746.  
  747. B InvertRect
  748.     I RectTest
  749.         P testee, S P r
  750.  
  751. B FillRect
  752.     I RectTest
  753.         P testee, S P r
  754.  
  755. B FrameOval
  756.     I RectTest
  757.         P testee, S P r
  758.  
  759. B PaintOval
  760.     I RectTest
  761.         P testee, S P r
  762.  
  763. B EraseOval
  764.     I RectTest
  765.         P testee, S P r
  766.  
  767. B InvertOval
  768.     I RectTest
  769.         P testee, S P r
  770.  
  771. B FillOval
  772.     I RectTest
  773.         P testee, S P r
  774.  
  775. B FrameRoundRect
  776.     I RectTest
  777.         P testee, S P r
  778.  
  779. B PaintRoundRect
  780.     I RectTest
  781.         P testee, S P r
  782.  
  783. B EraseRoundRect
  784.     I RectTest
  785.         P testee, S P r
  786.  
  787. B InvertRoundRect
  788.     I RectTest
  789.         P testee, S P r
  790.  
  791. B FillRoundRect
  792.     I RectTest
  793.         P testee, S P r
  794.  
  795. B FrameArc
  796.     I RectTest
  797.         P testee, S P r
  798.  
  799. B PaintArc
  800.     I RectTest
  801.         P testee, S P r
  802.  
  803. B EraseArc
  804.     I RectTest
  805.         P testee, S P r
  806.  
  807. B InvertArc
  808.     I RectTest
  809.         P testee, S P r
  810.  
  811. B FillArc
  812.     I RectTest
  813.         P testee, S P r
  814.  
  815. B DisposeRgn
  816.     I RgnHndTst
  817.         P testee, S P rgn
  818.  
  819. B CopyRgn
  820.     I RgnHndTst
  821.         P testee, S P srcRgn
  822.     I RgnHndTst
  823.         P testee, S P dstRgn
  824.  
  825. B SetEmptyRgn
  826.     I RgnHndTst
  827.         P testee, S P rgn
  828.  
  829. B SetRectRgn
  830.     I RgnHndTst
  831.         P testee, S P rgn
  832.  
  833. B RectRgn
  834.     I RgnHndTst
  835.         P testee, S P rgn
  836.  
  837. B CloseRgn
  838.     I RgnHndTst
  839.         P testee, S P dstRgn
  840.  
  841. B OffsetRgn
  842.     I RgnHndTst
  843.         P testee, S P rgn
  844.  
  845. B InsetRgn
  846.     I RgnHndTst
  847.         P testee, S P rgn
  848.  
  849. B SectRgn
  850.     I RgnHndTst
  851.         P testee, S P srcRgnA
  852.     I RgnHndTst
  853.         P testee, S P srcRgnB
  854.     I RgnHndTst
  855.         P testee, S P dstRgn
  856.  
  857. B UnionRgn
  858.     I RgnHndTst
  859.         P testee, S P srcRgnA
  860.     I RgnHndTst
  861.         P testee, S P srcRgnB
  862.     I RgnHndTst
  863.         P testee, S P dstRgn
  864.  
  865. B DiffRgn
  866.     I RgnHndTst
  867.         P testee, S P srcRgnA
  868.     I RgnHndTst
  869.         P testee, S P srcRgnB
  870.     I RgnHndTst
  871.         P testee, S P dstRgn
  872.  
  873. B XorRgn
  874.     I RgnHndTst
  875.         P testee, S P srcRgnA
  876.     I RgnHndTst
  877.         P testee, S P srcRgnB
  878.     I RgnHndTst
  879.         P testee, S P dstRgn
  880.  
  881. B PtInRgn
  882.     I RgnHndTst
  883.         P testee, S P rgn
  884.  
  885. B RectInRgn
  886.     I RectTest
  887.         P testee, S P r
  888.     I RgnHndTst
  889.         P testee, S P rgn
  890.  
  891. B EqualRgn
  892.     I RgnHndTst
  893.         P testee, S P rgnA
  894.     I RgnHndTst
  895.         P testee, S P rgnB
  896.  
  897. B EmptyRgn
  898.     I RgnHndTst
  899.         P testee, S P rgn
  900.  
  901. B FrameRgn
  902.     I RgnHndTst
  903.         P testee, S P rgn
  904.  
  905. B PaintRgn
  906.     I RgnHndTst
  907.         P testee, S P rgn
  908.  
  909. B EraseRgn
  910.     I RgnHndTst
  911.         P testee, S P rgn
  912.  
  913. B InvertRgn
  914.     I RgnHndTst
  915.         P testee, S P rgn
  916.  
  917. B FillRgn
  918.     I RgnHndTst
  919.         P testee, S P rgn
  920.  
  921. B ScrollRect
  922.     I RectTest
  923.         P testee, S P r
  924.     I RgnHndTst
  925.         P testee, S P updateRgn
  926.  
  927. B CopyBits
  928.     I anyMapTest
  929.         P testee, S P srcBits
  930.     I anyMapTest
  931.         P testee, S P dstBits
  932.     I rectTest
  933.         P testee, S P srcRect
  934.     I rectTest
  935.         P testee, S P dstRect
  936.  
  937. B SeedFill
  938.     I AddressTst
  939.         P testee, S P srcPtr
  940.     I AddressTst
  941.         P testee, S P dstPtr
  942.  
  943. B CalcMask
  944.     I AddressTst
  945.         P testee, S P srcPtr
  946.     I AddressTst
  947.         P testee, S P dstPtr
  948.  
  949. B CopyMask
  950.     I anyMapTest
  951.         P testee, S P srcBits
  952.     I anyMapTest
  953.         P testee, S P maskBits
  954.     I anyMapTest
  955.         P testee, S P dstBits
  956.     I rectTest
  957.         P testee, S P srcRect
  958.     I rectTest
  959.         P testee, S P maskRect
  960.     I rectTest
  961.         P testee, S P dstRect
  962.  
  963. B OpenPicture
  964.     I RectTest
  965.         P testee, S P picFrame
  966.  
  967. B PicComment
  968.     I HandleTest
  969.         P testee, S P dataHandle
  970.  
  971. B DrawPicture
  972.     I PicHndTst
  973.         P testee, S P myPicture
  974.     I RectTest
  975.         P testee, S P dstRect
  976.  
  977. B KillPicture
  978.     I PicHndTst
  979.         P testee, S P myPicture
  980.  
  981. B KillPoly
  982.     I PolyHndTst
  983.         P testee, S P poly
  984.  
  985. B OffsetPoly
  986.     I PolyHndTst
  987.         P testee, S P poly
  988.  
  989. B FramePoly
  990.     I PolyHndTst
  991.         P testee, S P poly
  992.  
  993. B PaintPoly
  994.     I PolyHndTst
  995.         P testee, S P poly
  996.  
  997. B ErasePoly
  998.     I PolyHndTst
  999.         P testee, S P poly
  1000.  
  1001. B InvertPoly
  1002.     I PolyHndTst
  1003.         P testee, S P poly
  1004.  
  1005. B FillPoly
  1006.     I PolyHndTst
  1007.         P testee, S P poly
  1008.  
  1009. B StuffHex
  1010.     I AddressTst
  1011.         P testee, S P thingPtr
  1012.  
  1013. B ScalePt
  1014.     I RectTest
  1015.         P testee, S P srcRect
  1016.     I RectTest
  1017.         P testee, S P dstRect
  1018.  
  1019. B MapRect
  1020.     I RectTest
  1021.         P testee, S P r
  1022.     I RectTest
  1023.         P testee, S P srcRect
  1024.     I RectTest
  1025.         P testee, S P dstRect
  1026.  
  1027. B MapRgn
  1028.     I RgnHndTst
  1029.         P testee, S P rgn
  1030.     I RectTest
  1031.         P testee, S P srcRect
  1032.     I RectTest
  1033.         P testee, S P dstRect
  1034.  
  1035. B MapPoly
  1036.     I PolyHndTst
  1037.         P testee, S P poly
  1038.     I RectTest
  1039.         P testee, S P srcRect
  1040.     I RectTest
  1041.         P testee, S P dstRect
  1042.  
  1043. B OpenCPort
  1044.     I AddressTst
  1045.         P testee, S P port
  1046.  
  1047. B InitCPort
  1048.     I AddressTst
  1049.         P testee, S P port
  1050.  
  1051. B CloseCPort
  1052.     I GrafPtrTst
  1053.         P testee, S P port
  1054.  
  1055. B DisposPixMap
  1056.     I PixMapTest
  1057.         P testee, S P pm
  1058.  
  1059. B CopyPixMap
  1060.     I PixMapTest
  1061.         P testee, S P srcPM
  1062.     I PixMapTest
  1063.         P testee, S P dstPM
  1064.  
  1065. B DisposPixPat
  1066.     I PixPatHndTst
  1067.         P testee, S P pp
  1068.  
  1069. B CopyPixPat
  1070.     I PixPatHndTst
  1071.         P testee, S P srcPP
  1072.     I PixPatHndTst
  1073.         P testee, S P dstPP
  1074.  
  1075. B PenPixPat
  1076.     I PixPatHndTst
  1077.         P testee, S P pp
  1078.  
  1079. B BackPixPat
  1080.     I PixPatHndTst
  1081.         P testee, S P pp
  1082.  
  1083. B MakeRGBPat
  1084.     I PixPatHndTst
  1085.         P testee, S P pp
  1086.  
  1087. B FillCRect
  1088.     I RectTest
  1089.         P testee, S P r
  1090.     I PixPatHndTst
  1091.         P testee, S P pp
  1092.  
  1093. B FillCOval
  1094.     I RectTest
  1095.         P testee, S P r
  1096.     I PixPatHndTst
  1097.         P testee, S P pp
  1098.  
  1099. B FillCRoundRect
  1100.     I RectTest
  1101.         P testee, S P r
  1102.     I PixPatHndTst
  1103.         P testee, S P pp
  1104.  
  1105. B FillCArc
  1106.     I RectTest
  1107.         P testee, S P r
  1108.     I PixPatHndTst
  1109.         P testee, S P pp
  1110.  
  1111. B FillCRgn
  1112.     I RgnHndTst
  1113.         P testee, S P rgn
  1114.     I PixPatHndTst
  1115.         P testee, S P pp
  1116.  
  1117. B FillCPoly
  1118.     I PolyHndTst
  1119.         P testee, S P poly
  1120.     I PixPatHndTst
  1121.         P testee, S P pp
  1122.  
  1123. B SeedCFill
  1124.     I AnyMapTest
  1125.         P testee, S P srcBits
  1126.     I AnyMapTest
  1127.         P testee, S P dstBits
  1128.     I RectTest
  1129.         P testee, S P srcRect
  1130.     I RectTest
  1131.         P testee, S P dstRect
  1132.     I AddressTst
  1133.         P testee, S P matchProc
  1134.  
  1135. B CalcCMask
  1136.     I AnyMapTest
  1137.         P testee, S P srcBits
  1138.     I AnyMapTest
  1139.         P testee, S P dstBits
  1140.     I RectTest
  1141.         P testee, S P srcRect
  1142.     I RectTest
  1143.         P testee, S P dstRect
  1144.     I AddressTst
  1145.         P testee, S P matchProc
  1146.  
  1147. B DisposCTable
  1148.     I HandleTestNilOk
  1149.         P testee, S P cTable
  1150.  
  1151. B SetCCursor
  1152.     I HandleTest
  1153.         P testee, S P cCrsr
  1154.  
  1155. B DisposCCursor
  1156.     I HandleTestNilOk
  1157.         P testee, S P cCrsr
  1158.  
  1159. B PlotCIcon
  1160.     I RectTest
  1161.         P testee, S P theRect
  1162.     I HandleTest
  1163.         P testee, S P theIcon
  1164.  
  1165. B DisposCIcon
  1166.     I HandleTestNilOk
  1167.         P testee, S P theIcon
  1168.  
  1169. B GetNextDevice
  1170.     I HandleTest
  1171.         P testee, S P curDevice
  1172.  
  1173. B TestDeviceAttribute
  1174.     I HandleTest
  1175.         P testee, S P gdh
  1176.  
  1177. B SetDeviceAttribute
  1178.     I HandleTest
  1179.         P testee, S P gdh
  1180.  
  1181. B InitGDevice
  1182.     I HandleTest
  1183.         P testee, S P gdh
  1184.  
  1185. B DisposGDevice
  1186.     I HandleTestNilOk
  1187.         P testee, S P gdh
  1188.  
  1189. B SetGDevice
  1190.     I HandleTest
  1191.         P testee, S P gd
  1192.  
  1193. B GetSubTable
  1194.     I HandleTest
  1195.         P testee, S P myColors
  1196.     I HandleTest
  1197.         P testee, S P targetTbl
  1198.  
  1199. B MakeITable
  1200.     I HandleTestNilOK
  1201.         P testee, S P cTabH
  1202.     I HandleTestNilOK
  1203.         P testee, S P iTabH
  1204.  
  1205. B ReleaseResource
  1206.     I HandleTestNilOk
  1207.         P testee, S P theResource
  1208.  
  1209. B DetachResource
  1210.     I HandleTest
  1211.         P testee, S P theResource
  1212.  
  1213. B GetResInfo
  1214.     I HandleTestNilOk
  1215.         P testee, S P theResource
  1216.  
  1217. B GetResAttrs
  1218.     I HandleTestNilOk
  1219.         P testee, S P theResource
  1220.  
  1221. B SizeResource
  1222.     I HandleTestNilOk
  1223.         P testee, S P theResource
  1224.  
  1225. B MaxSizeRsrc
  1226.     I HandleTestNilOk
  1227.         P testee, S P theResource
  1228.  
  1229. B RsrcMapEntry
  1230.     I HandleTest
  1231.         P testee, S P theResource
  1232.  
  1233. B SetResInfo
  1234.     I HandleTest
  1235.         P testee, S P theResource
  1236.  
  1237. B SetResAttrs
  1238.     I HandleTest
  1239.         P testee, S P theResource
  1240.  
  1241. B ChangedResource
  1242.     I HandleTest
  1243.         P testee, S P theResource
  1244.  
  1245. B AddResource
  1246.     I HandleTest
  1247.         P testee, S P theResource
  1248.  
  1249. B RmveResource
  1250.     I HandleTest
  1251.         P testee, S P theResource
  1252.  
  1253. B WriteResource
  1254.     I HandleTestNilOk
  1255.         P testee, S P theResource
  1256.  
  1257. B PutScrap
  1258.     I AddressTst
  1259.         P testee, S P source
  1260.  
  1261. B GetScrap
  1262.     I AddressTst
  1263.         P testee, S P hDest
  1264.  
  1265. B CharByte
  1266.     I AddressTst
  1267.         P testee, S P textBuf
  1268.  
  1269. B CharType
  1270.     I AddressTst
  1271.         P testee, S P textBuf
  1272.  
  1273. B Pixel2Char
  1274.     I AddressTst
  1275.         P testee, S P textBuf
  1276.  
  1277. B Char2Pixel
  1278.     I AddressTst
  1279.         P testee, S P textBuf
  1280.  
  1281. B Transliterate
  1282.     I HandleTest
  1283.         P testee, S P srcHandle
  1284.     I HandleTest
  1285.         P testee, S P dstHandle
  1286.  
  1287. B FindWord
  1288.     I AddressTst
  1289.         P testee, S P textPtr
  1290.     I AddressTst
  1291.         P testee, S P breaks
  1292.     I AddressTst
  1293.         P testee, S P offsets
  1294.  
  1295. B HiliteText
  1296.     I AddressTst
  1297.         P testee, S P textPtr
  1298.     I AddressTst
  1299.         P testee, S P offsets
  1300.  
  1301. B DrawJust
  1302.     I AddressTst
  1303.         P testee, S P textPtr
  1304.  
  1305. B MeasureJust
  1306.     I AddressTst
  1307.         P testee, S P textPtr
  1308.     I AddressTst
  1309.         P testee, S P charLocs
  1310.  
  1311. B ParseTable
  1312.     I AddressTst
  1313.         P testee, S P table
  1314.  
  1315. B UnloadSeg
  1316.     I AddressTst
  1317.         P testee, S P routineAddr
  1318.  
  1319. B ShutDwnInstall
  1320.     I AddressTst
  1321.         P testee, S P shutDownProc
  1322.  
  1323. B ShutDwnRemove
  1324.     I AddressTst
  1325.         P testee, S P shutDownProc
  1326.  
  1327. B SndDoCommand
  1328.     I PointerTest
  1329.         P testee, S P chan
  1330.  
  1331. B SndDoImmediate
  1332.     I PointerTest
  1333.         P testee, S P chan
  1334.  
  1335. B SndAddModifier
  1336.     I PointerTest
  1337.         P testee, S P chan
  1338.     I AddressTst
  1339.         P testee, S P modifier
  1340.  
  1341. B SndNewChannel
  1342.     I PointerTest
  1343.         P testee, S P chan
  1344.     I AddressTst
  1345.         P testee, S P userRoutine
  1346.  
  1347. B GetDefaultStartup
  1348.     I AddressTst
  1349.         P testee, S P paramBlock
  1350.  
  1351. B SetDefaultStartup
  1352.     I AddressTst
  1353.         P testee, S P paramBlock
  1354.  
  1355. B GetVideoDefault
  1356.     I AddressTst
  1357.         P testee, S P paramBlock
  1358.  
  1359. B SetVideoDefault
  1360.     I AddressTst
  1361.         P testee, S P paramBlock
  1362.  
  1363. B DTInstall
  1364.     I AddressTst
  1365.         P testee, S P dtTaskPtr
  1366.  
  1367. B SetOSDefault
  1368.     I AddressTst
  1369.         P testee, S P paramBlock
  1370.  
  1371. B GetOSDefault
  1372.     I AddressTst
  1373.         P testee, S P paramBlock
  1374.  
  1375. B TEDispose
  1376.     I TEHndTst
  1377.         P testee, S P hTE
  1378.  
  1379. B TESetText
  1380.     I AddressTst
  1381.         P testee, S P text
  1382.     I TEHndTst
  1383.         P testee, S P hTE
  1384.  
  1385. B TEGetText
  1386.     I TEHndTst
  1387.         P testee, S P hTE
  1388.  
  1389. B TEIdle
  1390.     I TEHndTst
  1391.         P testee, S P hTE
  1392.  
  1393. B TEClick
  1394.     I TEHndTst
  1395.         P testee, S P hTE
  1396.  
  1397. B TESetSelect
  1398.     I TEHndTst
  1399.         P testee, S P hTE
  1400.  
  1401. B TEActivate
  1402.     I TEHndTst
  1403.         P testee, S P hTE
  1404.  
  1405. B TEDeactivate
  1406.     I TEHndTst
  1407.         P testee, S P hTE
  1408.  
  1409. B TEKey
  1410.     I TEHndTst
  1411.         P testee, S P hTE
  1412.  
  1413. B TECut
  1414.     I TEHndTst
  1415.         P testee, S P hTE
  1416.  
  1417. B TECopy
  1418.     I TEHndTst
  1419.         P testee, S P hTE
  1420.  
  1421. B TEPaste
  1422.     I TEHndTst
  1423.         P testee, S P hTE
  1424.  
  1425. B TEDelete
  1426.     I TEHndTst
  1427.         P testee, S P hTE
  1428.  
  1429. B TEInsert
  1430.     I AddressTst
  1431.         P testee, S P text
  1432.     I TEHndTst
  1433.         P testee, S P hTE
  1434.  
  1435. B TESetJust
  1436.     I TEHndTst
  1437.         P testee, S P hTE
  1438.  
  1439. B TEUpdate
  1440.     I TEHndTst
  1441.         P testee, S P hTE
  1442.  
  1443. B TextBox
  1444.     I AddressTst
  1445.         P testee, S P text
  1446.     I RectTest
  1447.         P testee, S P box
  1448.  
  1449. B TEScroll
  1450.     I TEHndTSt
  1451.         P testee, S P hTE
  1452.  
  1453. B TESelView
  1454.     I TEHndTst
  1455.         P testee, S P hTE
  1456.  
  1457. B TEPinScroll
  1458.     I TEHndTst
  1459.         P testee, S P hTE
  1460.  
  1461. B TEAutoView
  1462.     I TEHndTst
  1463.         P testee, S P hTE
  1464.  
  1465. B TECalText
  1466.     I TEHndTst
  1467.         P testee, S P hTE
  1468.  
  1469. B InsTime
  1470.     I AddressTst
  1471.         P testee, S P tmTaskPtr
  1472.  
  1473. B RmvTime
  1474.     I AddressTst
  1475.         P testee, S P tmTaskPtr
  1476.  
  1477. B PrimeTime
  1478.     I AddressTst
  1479.         P testee, S P tmTaskPtr
  1480.  
  1481. B SetString
  1482.     I AddressTst
  1483.         P testee, S P strNew
  1484.     I AddressTst
  1485.         P testee, S P theString
  1486.  
  1487. B Munger
  1488.     I AddressTst
  1489.         P testee, S P h
  1490.     I AddressTst
  1491.         P testee, S P ptr1
  1492.  
  1493. B PackBits
  1494.     I AddressTst
  1495.         P testee, S P srcPtr
  1496.     I AddressTst
  1497.         P testee, S P dstPtr
  1498.  
  1499. B UnpackBits
  1500.     I AddressTst
  1501.         P testee, S P srcPtr
  1502.     I AddressTst
  1503.         P testee, S P dstPtr
  1504.  
  1505. B PlotIcon
  1506.     I RectTest
  1507.         P testee, S P theRect
  1508.     I HandleTest
  1509.         P testee, S P theIcon
  1510.  
  1511. B ShieldCursor
  1512.     I RectTest
  1513.         P testee, S P shieldRect
  1514.  
  1515. B HandToHand
  1516.     I HandleTest
  1517.         P testee, S P theHndl
  1518.  
  1519. B PtrToHand
  1520.     I AddressTst
  1521.         P testee, S P srcPtr
  1522.  
  1523. B PtrToXHand
  1524.     I AddressTst
  1525.         P testee, S P srcPtr
  1526.     I HandleTest
  1527.         P testee, S P dstHndl
  1528.  
  1529. B HandAndHand
  1530.     I HandleTest
  1531.         P testee, S P Hand1
  1532.     I HandleTest
  1533.         P testee, S P Hand2
  1534.  
  1535. B SetTrapAddress
  1536.     I AddressTst
  1537.         P testee, S P trapAddr
  1538.  
  1539. B KeyTrans
  1540.     I AddressTst
  1541.         P testee, S P transData
  1542.  
  1543. B VInstall
  1544.     I AddressTst
  1545.         P testee, S P VBLTaskPtr
  1546.  
  1547. B VRemove
  1548.     I AddressTst
  1549.         P testee, S P VBLTaskPtr
  1550.  
  1551. B SlotVInstall
  1552.     I AddressTst
  1553.         P testee, S P VBLBlockPtr
  1554.  
  1555. B SlotVRemove
  1556.     I AddressTst
  1557.         P testee, S P VBLBlockPtr
  1558.  
  1559. B NewWindow
  1560.     I AddressTst
  1561.         P testee, S P wStorage
  1562.     I RectTest
  1563.         P testee, S P boundsRect
  1564.  
  1565. B GetNewWindow
  1566.     I AddressTst
  1567.         P testee, S P wStorage
  1568.  
  1569. B CloseWindow
  1570.     I WindowPtrTst
  1571.         P testee, S P theWindow
  1572.  
  1573. B DisposeWindow
  1574.     I WindowPtrTst
  1575.         P testee, S P theWindow
  1576.  
  1577. B SetWTitle
  1578.     I WindowPtrTst
  1579.         P testee, S P theWindow
  1580.  
  1581. B GetWTitle
  1582.     I WindowPtrTst
  1583.         P testee, S P theWindow
  1584.  
  1585. B SetWRefCon
  1586.     I WindowPtrTst
  1587.         P testee, S P theWindow
  1588.  
  1589. B GetWRefCon
  1590.     I AddressTst
  1591.         P testee, S P theWindow
  1592.  
  1593. B HideWindow
  1594.     I WindowPtrTst
  1595.         P testee, S P theWindow
  1596.  
  1597. B ShowWindow
  1598.     I WindowPtrTst
  1599.         P testee, S P theWindow
  1600.  
  1601. B ShowHide
  1602.     I WindowPtrTst
  1603.         P testee, S P theWindow
  1604.  
  1605. B MoveWindow
  1606.     I WindowPtrTst
  1607.         P testee, S P theWindow
  1608.  
  1609. B SizeWindow
  1610.     I WindowPtrTst
  1611.         P testee, S P theWindow
  1612.  
  1613. B BringToFront
  1614.     I WindowPtrTst
  1615.         P testee, S P theWindow
  1616.  
  1617. B SendBehind
  1618.     I WindowPtrTst
  1619.         P testee, S P theWindow
  1620.     I AddressTst
  1621.         P testee, S P behindWindow
  1622.  
  1623. B HiliteWindow
  1624.     I WindowPtrTst
  1625.         P testee, S P theWindow
  1626.  
  1627. B DrawGrowIcon
  1628.     I WindowPtrTst
  1629.         P testee, S P theWindow
  1630.  
  1631. B BeginUpdate
  1632.     I WindowPtrTst
  1633.         P testee, S P theWindow
  1634.  
  1635. B EndUpdate
  1636.     I WindowPtrTst
  1637.         P testee, S P theWindow
  1638.  
  1639. B InvalRect
  1640.     I RectTest
  1641.         P testee, S P badRect
  1642.  
  1643. B ValidRect
  1644.     I RectTest
  1645.         P testee, S P goodRect
  1646.  
  1647. B InvalRgn
  1648.     I RgnHndTst
  1649.         P testee, S P badRgn
  1650.  
  1651. B ValidRgn
  1652.     I RgnHndTst
  1653.         P testee, S P goodRgn
  1654.  
  1655. B SetWindowPic
  1656.     I WindowPtrTst
  1657.         P testee, S P theWindow
  1658.     I PicHndTst
  1659.         P testee, S P pic
  1660.  
  1661. B GetWindowPic
  1662.     I WindowPtrTst
  1663.         P testee, S P theWindow
  1664.  
  1665. B PinRect
  1666.     I RectTest
  1667.         P testee, S P theRect
  1668.  
  1669. B SelectWindow
  1670.     I WindowPtrTst
  1671.         P testee, S P theWindow
  1672.  
  1673. B DragWindow
  1674.     I WindowPtrTst
  1675.         P testee, S P theWindow
  1676.     I RectTest
  1677.         P testee, S P boundsRect
  1678.  
  1679. B GrowWindow
  1680.     I WindowPtrTst
  1681.         P testee, S P theWindow
  1682.     I RectTest
  1683.         P testee, S P bBox
  1684.  
  1685. B TrackGoAway
  1686.     I WindowPtrTst
  1687.         P testee, S P theWindow
  1688.  
  1689. B DragGrayRgn
  1690.     I RgnHndTst
  1691.         P testee, S P theRgn
  1692.     I RectTest
  1693.         P testee, S P boundsRect
  1694.     I RectTest
  1695.         P testee, S P slopRect
  1696.  
  1697. B SaveOld
  1698.     I WindowPtrTst
  1699.         P testee, S P window
  1700.  
  1701. B DrawNew
  1702.     I WindowPtrTst
  1703.         P testee, S P window
  1704.  
  1705. B PaintOne
  1706.     I WindowPtrTst
  1707.         P testee, S P window
  1708.     I RgnHndTst
  1709.         P testee, S P clobberedRgn
  1710.  
  1711. B PaintBehind
  1712.     I WindowPtrTst
  1713.         P testee, S P startWindow
  1714.     I RgnHndTst
  1715.         P testee, S P clobberedRgn
  1716.  
  1717. B CalcVis
  1718.     I WindowPtrTst
  1719.         P testee, S P window
  1720.  
  1721. B CalcVisBehind
  1722.     I WindowPtrTst
  1723.         P testee, S P startWindow
  1724.     I RgnHndTst
  1725.         P testee, S P clobberedRgn
  1726.  
  1727. B TrackBox
  1728.     I WindowPtrTst
  1729.         P testee, S P theWindow
  1730.  
  1731. B ZoomWindow
  1732.     I WindowPtrTst
  1733.         P testee, S P theWindow
  1734.  
  1735. B SetWinColor
  1736.     I WindowPtrTst
  1737.         P testee, S P theWindow
  1738.     I HandleTest
  1739.         P testee, S P newColorTable
  1740.  
  1741. B NewCWindow
  1742.     I AddressTst
  1743.         P testee, S P wStorage
  1744.     I RectTest
  1745.         P testee, S P boundsRect
  1746.  
  1747. B GetNewCWindow
  1748.     I AddressTst
  1749.         P testee, S P wStorage
  1750.  
  1751. B PBCatMove
  1752.     I AddressTst
  1753.         P testee, S P paramBlock
  1754.  
  1755. B PBClose
  1756.     I AddressTst
  1757.         P testee, S P paramBlock
  1758.  
  1759. B PBCloseWD
  1760.     I AddressTst
  1761.         P testee, S P paramBlock
  1762.  
  1763. B PBDelete
  1764.     I AddressTst
  1765.         P testee, S P paramBlock
  1766.  
  1767. B PBDirCreate
  1768.     I AddressTst
  1769.         P testee, S P paramBlock
  1770.  
  1771. B PBFlushFile
  1772.     I AddressTst
  1773.         P testee, S P paramBlock
  1774.  
  1775. B PBGetCatInfo
  1776.     I AddressTst
  1777.         P testee, S P paramBlock
  1778.  
  1779. B PBGetFCBInfo
  1780.     I AddressTst
  1781.         P testee, S P paramBlock
  1782.  
  1783. B PBGetWDInfo
  1784.     I AddressTst
  1785.         P testee, S P paramBlock
  1786.  
  1787. B PBMountVol
  1788.     I AddressTst
  1789.         P testee, S P paramBlock
  1790.  
  1791. B PBOffLine
  1792.     I AddressTst
  1793.         P testee, S P paramBlock
  1794.  
  1795. B PBOpen
  1796.     I AddressTst
  1797.         P testee, S P paramBlock
  1798.  
  1799. B PBOpenWD
  1800.     I AddressTst
  1801.         P testee, S P paramBlock
  1802.  
  1803. B PBRead
  1804.     I AddressTst
  1805.         P testee, S P paramBlock
  1806.  
  1807. B PBSetCatInfo
  1808.     I AddressTst
  1809.         P testee, S P paramBlock
  1810.  
  1811. B PBSetFVers
  1812.     I AddressTst
  1813.         P testee, S P paramBlock
  1814.  
  1815. B PBWrite
  1816.     I AddressTst
  1817.         P testee, S P paramBlock
  1818.  
  1819. B SCSICmd
  1820.     I AddressTst
  1821.         P testee, S P buffer
  1822.  
  1823. B SCSIRead
  1824.     I AddressTst
  1825.         P testee, S P tibPtr
  1826.  
  1827. B SCSIWrite
  1828.     I AddressTst
  1829.         P testee, S P tibPtr
  1830.  
  1831. B SCSIWBlind
  1832.     I AddressTst
  1833.         P testee, S P tibPtr
  1834.  
  1835. B PBWrite
  1836.     I AddressTst
  1837.         P testee, S P paramBlock
  1838.  
  1839. B SIntInstall
  1840.     I AddressTst
  1841.         P testee, S P sIntQElemPtr
  1842.  
  1843. B SIntRemove
  1844.     I AddressTst
  1845.         P testee, S P sIntQElemPtr
  1846.  
  1847. B SReadByte
  1848.     I AddressTst
  1849.         P testee, S P spBlkPtr
  1850.  
  1851. B SReadWord
  1852.     I AddressTst
  1853.         P testee, S P spBlkPtr
  1854.  
  1855. B SReadLong
  1856.     I AddressTst
  1857.         P testee, S P spBlkPtr
  1858.  
  1859. B SGetCString
  1860.     I AddressTst
  1861.         P testee, S P spBlkPtr
  1862.  
  1863. B SGetBlock
  1864.     I AddressTst
  1865.         P testee, S P spBlkPtr
  1866.  
  1867. B SFindStruct
  1868.     I AddressTst
  1869.         P testee, S P spBlkPtr
  1870.  
  1871. B SReadStruct
  1872.     I AddressTst
  1873.         P testee, S P spBlkPtr
  1874.  
  1875. B SReadInfo
  1876.     I AddressTst
  1877.         P testee, S P spBlkPtr
  1878.  
  1879. B SReadPRAMRec
  1880.     I AddressTst
  1881.         P testee, S P spBlkPtr
  1882.  
  1883. B SPutPRAMRec
  1884.     I AddressTst
  1885.         P testee, S P spBlkPtr
  1886.  
  1887. B SReadFHeader
  1888.     I AddressTst
  1889.         P testee, S P spBlkPtr
  1890.  
  1891. B SNextSRsrc
  1892.     I AddressTst
  1893.         P testee, S P spBlkPtr
  1894.  
  1895. B SNextTypeSRsrc
  1896.     I AddressTst
  1897.         P testee, S P spBlkPtr
  1898.  
  1899. B SRsrcInfo
  1900.     I AddressTst
  1901.         P testee, S P spBlkPtr
  1902.  
  1903. B SCkCardStat
  1904.     I AddressTst
  1905.         P testee, S P spBlkPtr
  1906.  
  1907. B SReadDrvrName
  1908.     I AddressTst
  1909.         P testee, S P spBlkPtr
  1910.  
  1911. B SFindDevBase
  1912.     I AddressTst
  1913.         P testee, S P spBlkPtr
  1914.  
  1915. B SFindBigDevBase
  1916.     I AddressTst
  1917.         P testee, S P spBlkPtr
  1918.  
  1919. B InitSDeclMgr
  1920.     I AddressTst
  1921.         P testee, S P spBlkPtr
  1922.  
  1923. B SPrimaryInit
  1924.     I AddressTst
  1925.         P testee, S P spBlkPtr
  1926.  
  1927. B ScardChanged
  1928.     I AddressTst
  1929.         P testee, S P spBlkPtr
  1930.  
  1931. B SExec
  1932.     I AddressTst
  1933.         P testee, S P spBlkPtr
  1934.  
  1935. B SOffsetData
  1936.     I AddressTst
  1937.         P testee, S P spBlkPtr
  1938.  
  1939. B SInitPRAMRecs
  1940.     I AddressTst
  1941.         P testee, S P spBlkPtr
  1942.  
  1943. B SReadPBSize
  1944.     I AddressTst
  1945.         P testee, S P spBlkPtr
  1946.  
  1947. B SCalcStep
  1948.     I AddressTst
  1949.         P testee, S P spBlkPtr
  1950.  
  1951. B SInitSRsrcTable
  1952.     I AddressTst
  1953.         P testee, S P spBlkPtr
  1954.  
  1955. B SSearchSRT
  1956.     I AddressTst
  1957.         P testee, S P spBlkPtr
  1958.  
  1959. B SUpdateSRT
  1960.     I AddressTst
  1961.         P testee, S P spBlkPtr
  1962.  
  1963. B SCalcSPointer
  1964.     I AddressTst
  1965.         P testee, S P spBlkPtr
  1966.  
  1967. B SGetDriver
  1968.     I AddressTst
  1969.         P testee, S P spBlkPtr
  1970.  
  1971. B SPtrToSlot
  1972.     I AddressTst
  1973.         P testee, S P spBlkPtr
  1974.  
  1975. B SFindSInfoRecPtr
  1976.     I AddressTst
  1977.         P testee, S P spBlkPtr
  1978.  
  1979. B SFindSRsrcPtr
  1980.     I AddressTst
  1981.         P testee, S P spBlkPtr
  1982.  
  1983. B SDeleteSRTRec
  1984.     I AddressTst
  1985.         P testee, S P spBlkPtr
  1986.